Name | Description | |
---|---|---|
C1GroupDataCollection<S> Constructor | Initializes a new instance of the C1GroupDataCollection<S> class. |
The following tables list the members exposed by C1GroupDataCollection<S>.
Name | Description | |
---|---|---|
C1GroupDataCollection<S> Constructor | Initializes a new instance of the C1GroupDataCollection<S> class. |
Name | Description | |
---|---|---|
ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
CurrentPage | Gets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
GroupDescriptions | Overridden. Gets the group descriptions applied to the data. | |
HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
IsPlain | Overridden. Gets whether the group items will be inline with the data items or the items will be the first level of group items. | |
IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
PageSize | Gets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
RunSynchronously | Gets or sets whether the sorting is performed synchronously. | |
SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
TotalCount | Gets the total number of items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
UseCPUsInParallel | Gets or sets a value indicating whether the operations will be performed using parallels CPU's. |
Name | Description | |
---|---|---|
InternalList | Gets the list that hold the items to be returned in the public api. | |
Source | Gets or sets the original source collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
SourceIsGeneric | Gets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
SourceIsList | Gets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
SourceIsObservableCollection | Gets a value indicating whether the source collection is an ObservableCollection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
SourceNotifiesChanges | Gets a value indicating whether the source collection notifies changes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
Name | Description | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
CanGroup | Overridden. Returns whether the collection is able to group the specified group descriptions. | |
CanInsert | Overridden. | |
CanInsertRange | Overridden. | |
CanMove | Overridden. Determines whether the item at fromIndex can be moved to toIndex. | |
CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
CanRemove | Overridden. Determines whether the item at the specified index can be removed from the collection. | |
CanRemoveRange | Overridden. | |
CanReplace | Overridden. | |
CanReplaceRange | Overridden. | |
CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
GetItemType | Overridden. Get the type of the items in the collection. | |
GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
GroupAsync | Overloaded. Overridden. Groups the collection according to the specified group descriptions. | |
IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
InsertAsync | Overridden. Inserts the specified item at the specified index in the collection. | |
InsertRangeAsync | Overridden. | |
LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
MoveAsync | Overridden. Moves an item from the specified position to the new one. | |
MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
MoveToPageAsync | Moves to the page pageIndex. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
RemoveAsync | Overridden. Removes the item at the specified index from the collection. | |
RemoveRangeAsync | Overridden. | |
ReplaceAsync | Overridden. | |
ReplaceRangeAsync | Overridden. | |
SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
GroupChanged | Raised after a grouping operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
PageChanged | Occurs after the current page changed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |